home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / c / flash-0.4.3.lha / flash-0.4.3 / Makefile < prev    next >
Makefile  |  1999-02-21  |  112b  |  11 lines

  1. all: lib plugin player
  2.  
  3. lib:
  4.     cd Lib; $(MAKE)
  5.  
  6. plugin: lib
  7.     cd Plugin; $(MAKE)
  8.  
  9. player: lib
  10.     cd Player; $(MAKE)
  11.